NamedPipeStream Class Methods (original) (raw)

Summary

For a list of all members of this type, see NamedPipeStream members

Public Methods

Name Description
Public Method Start Starts monitoring the NamedPipeStream for messages.
Public Method Stop Stops monitoring the NamedPipeStream for messages.
Public Method Write Writes the specified string message to the NamedPipeStream.

Protected Methods

Name Description
Protected Method CreateStream Creates an instance of T.
Protected Method OnPipeClosed This method is called when the NamedPipeStream is closed.
Protected Method OnReceivedMessage This method is called when a message is received from the NamedPipeStream.
Protected Method ReadFromPipe Reads messages from the NamedPipeStream.
Protected Method ![static | Shared in VB](https://www.leadtools.com/help/sdk/v22/resources/images/dotnetimages/static.gif "static Shared in VB") ReadMessage Reads a message from the NamedPipeStream class.
Protected Method WriteToStream Writes the specified string message to the NamedPipeStream.

See Also

NamedPipeStream Class

Leadtools.Dicom.AddIn Namespace